翻訳と辞書
Words near each other
・ Isothrix
・ Isothrix barbarabrownae
・ Isotoluene
・ Isotoma
・ Isotoma (plant)
・ Isotoma (springtail)
・ Isotoma axillaris
・ Isotomic conjugate
・ Isotomidae
・ Isotomiella
・ Isotomus
・ Isotone
・ Isotonic
・ Isotonic contraction
・ Isotonic hyponatremia
Isotonic regression
・ Isotope
・ Isotope (band)
・ Isotope (disambiguation)
・ Isotope 217
・ Isotope 244
・ Isotope analysis
・ Isotope dilution
・ Isotope effect
・ Isotope electrochemistry
・ Isotope fractionation
・ Isotope geochemistry
・ Isotope hydrology
・ Isotope lists
・ Isotope lists, 0-24


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Isotonic regression : ウィキペディア英語版
Isotonic regression

In numerical analysis, isotonic regression (IR) involves finding a weighted least-squares fit x\in \Bbb^n to a vector a\in \Bbb^n with weights vector w\in \Bbb^n subject to a set of non-contradictory constraints of the kind x_i \ge x_j.
Such constraints define partial order or total order and can be represented as a directed graph G=(N,E), where N is the set of variables involved, and E is the set of pairs (i, j) for each constraint x_i \ge x_j. Thus, the IR problem corresponds to the following quadratic program (QP):
:\min \sum_^n w_i (x_i - a_i)^2 \textx_i\ge x_j~ \text (i,j)\in E.
In the case when G=(N,E) is a total order, a simple iterative algorithm for solving this QP is called the pool adjacent violators algorithm (PAVA). Best and Chakravarti (1990) have studied the problem as an active set identification problem, and have proposed a primal algorithm in O(n), the same complexity as the PAVA, which can be seen as a dual algorithm.
IR has applications in statistical inference, for example, to fit of an isotonic curve to mean experimental results when an order is expected. A benefit of isotonic regression is that it does not assume any form for the target function, such as linearity assumed by linear regression.
Another application is nonmetric multidimensional scaling, where a low-dimensional embedding for data points is sought such that order of distances between points in the embedding matches order of dissimilarity between points. Isotonic regression is used iteratively to fit ideal distances to preserve relative dissimilarity order.
Isotonic regression is also sometimes referred to as ''monotonic regression''. Correctly speaking, ''isotonic'' is used when the direction of the trend is strictly increasing, while ''monotonic'' could imply a trend that is either strictly increasing or strictly decreasing.
Isotonic regression under the L_p for p>0 is defined as follows:
:\min \sum_^n w_i |x_i - a_i|^p \mathrmx_i\ge x_j~ \text (i,j)\in E.
== Simply ordered case ==
To illustrate the above, let
x_1 \leq x_2 \leq \ldots \leq x_n, and f(x_1) \leq f(x_2) \leq \ldots \leq f(x_n), and w_i \geq 0 .
The isotonic estimator, g^
*, minimizes the weighted least squares-like condition:
:\min_g \sum_^n w_i (g(x_i) - f(x_i))^2
Where g is the unknown function we are estimating, and f is a known function.
Software has been developed in the R statistical package for computing isotone (monotonic) regression.



抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Isotonic regression」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.